home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Se divertir / MediaPortal / Setup.msi / _89D652C6F4C5CB6EFB7B225B3B3ACD05 / _1415EB4BD59F405C8430BC6AABB1A888 < prev    next >
Text File  |  2005-08-19  |  2KB  |  95 lines

  1. <window>
  2.     <id>4</id>
  3.     <defaultcontrol>3</defaultcontrol>
  4.     <allowoverlay>yes</allowoverlay>
  5.     <define>#header.label:5</define>
  6.     <define>#header.image:settings_logo.png</define>
  7.     <define>#header.hover:hover_settings.png</define>
  8.  
  9.     <!-- cheat a little, we don't use two of the items in the imported file to blank their labels -->
  10.     <define>#itemcount:-</define>
  11.     <define>#selecteditem:-</define>
  12.     <controls>
  13.         <import>common.window.xml</import>
  14.         <control>
  15.             <type>group</type>
  16.             <description>group element</description>
  17.             <animation>FlyInFromTop</animation>
  18.             <layout>StackLayout</layout>
  19.             <posX>280</posX>
  20.             <posY>165</posY>
  21.  
  22.             <!-- topmost item needs an onup with a value of 17 for topbar to work -->
  23.             <control>
  24.                 <description>Wizard</description>
  25.                 <type>button</type>
  26.                 <id>3</id>
  27.                 <width>197</width>
  28.                 <label>Setup Wizard</label>
  29.                 <hyperlink>615</hyperlink>
  30.                 <onup>17</onup>
  31.             </control>
  32.             <control>
  33.                 <description>General</description>
  34.                 <type>button</type>
  35.                 <id>4</id>
  36.                 <width>197</width>
  37.                 <label>128</label>
  38.                 <hyperlink>705</hyperlink>
  39.             </control>
  40.             <control>
  41.                 <description>Screen</description>
  42.                 <type>button</type>
  43.                 <id>5</id>
  44.                 <width>197</width>
  45.                 <label>214</label>
  46.                 <hyperlink>9</hyperlink>
  47.             </control>
  48.             <control>
  49.                 <description>My Music</description>
  50.                 <type>button</type>
  51.                 <id>6</id>
  52.                 <width>197</width>
  53.                 <label>2</label>
  54.                 <hyperlink>14</hyperlink>
  55.             </control>
  56.             <control>
  57.                 <description>My Pictures</description>
  58.                 <type>button</type>
  59.                 <id>7</id>
  60.                 <width>197</width>
  61.                 <label>1</label>
  62.                 <hyperlink>12</hyperlink>
  63.             </control>
  64.             <control>
  65.                 <description>Movies</description>
  66.                 <type>button</type>
  67.                 <id>8</id>
  68.                 <width>197</width>
  69.                 <label>3</label>
  70.                 <hyperlink>703</hyperlink>
  71.             </control>
  72.             <control>
  73.                 <description>My DVD</description>
  74.                 <type>button</type>
  75.                 <id>9</id>
  76.                 <width>197</width>
  77.                 <label>1027</label>
  78.                 <hyperlink>704</hyperlink>
  79.             </control>
  80.  
  81.             <!-- last item needs an ondown with a value of 3 to support wraparound -->
  82.             <control>
  83.                 <description>TV</description>
  84.                 <type>button</type>
  85.                 <id>10</id>
  86.                 <width>197</width>
  87.                 <label>605</label>
  88.                 <hyperlink>700</hyperlink>
  89.                 <ondown>3</ondown>
  90.             </control>
  91.             
  92.         </control>
  93.     </controls>
  94. </window>
  95.